close, behaving as documented
authorJoey Hess <joeyh@joeyh.name>
Tue, 7 Jan 2025 18:47:56 +0000 (14:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 7 Jan 2025 18:47:56 +0000 (14:47 -0400)
doc/bugs/keeps_ext_remote_after_all_urls_unregistered.mdwn
doc/bugs/keeps_ext_remote_after_all_urls_unregistered/comment_1_a1c532b22645802a85eec35a05c2b1b0._comment [new file with mode: 0644]

index 35448a97097b785269f74e4eb533a75e588b1da0..907fefe443e4b9ee7f98f027d6fe0e19db31dc8c 100644 (file)
@@ -26,3 +26,5 @@ I think that git-annex should have completely dissociated that remote from the k
 
 [[!meta author=yoh]]
 [[!tag projects/dandi]]
+
+> Behaving as documented. [[done]] --[[Joey]]
diff --git a/doc/bugs/keeps_ext_remote_after_all_urls_unregistered/comment_1_a1c532b22645802a85eec35a05c2b1b0._comment b/doc/bugs/keeps_ext_remote_after_all_urls_unregistered/comment_1_a1c532b22645802a85eec35a05c2b1b0._comment
new file mode 100644 (file)
index 0000000..b17a77a
--- /dev/null
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2025-01-07T18:41:20Z"
+ content="""
+Removing the last url from the web special remote makes it treat
+content as no longer present in that remote. That is a documented special
+case.
+
+For all other special remotes, git-anenx does not have any reason
+to expect that removing a record of an url will mean that the special
+remote will not be able to still retrieve content that was stored on it.
+
+reregisterurl is no different than unregisterurl in this respect. Both document
+this special case. You've filed multiple bugs about rmurl having the same
+behavior in the past, IIRC. And IIRC those all got closed, so I guess I'll
+close this one too.
+"""]]